home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act3 / 00278_boxchoose.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  162 b   |  7 lines

  1. on boxchoose
  2.   set gor to random(5)
  3.   set the castNum of sprite 3 to the number of cast ("box" & gor)
  4.   puppetSprite(3, 1)
  5.   set the visible of sprite 3 to 1
  6. end
  7.